Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate Google Maps Integration #2363

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Deprecate Google Maps Integration #2363

merged 1 commit into from
Feb 2, 2024

Conversation

Dante291
Copy link

@Dante291 Dante291 commented Feb 2, 2024

What kind of change does this PR introduce?

Removes Google Maps support in the App.

Issue Number:

Fixes #2256

Did you add tests for your changes?

Yes

Does this PR introduce a breaking change?

No

Have you read the contributing guide?

Yes

Copy link

github-actions bot commented Feb 2, 2024

Our Pull Request Approval Process

We have these basic policies to make the approval process smoother for our volunteer team.

Testing Your Code

Please make sure your code passes all tests. Our test code coverage system will fail if either of these two conditions occur:

  1. The overall code coverage drops below the target threshold of the repository
  2. Any file in the pull request has code coverage levels below the repository threshold

The process helps maintain the overall reliability of the code base and is a prerequisite for getting your PR approved. Assigned reviewers regularly review the PR queue and tend to focus on PRs that are passing.

Reviewers

When your PR has been assigned reviewers contact them to get your code reviewed and approved via:

  1. comments in this PR or
  2. our slack channel

Reviewing Your Code

Your reviewer(s) will have the following roles:

  1. arbitrators of future discussions with other contributors about the validity of your changes
  2. point of contact for evaluating the validity of your work
  3. person who verifies matching issues by others that should be closed.
  4. person who gives general guidance in fixing your tests

Other

🎯 Please be considerate of our volunteers' time. Contacting the person who assigned the reviewers is not advised unless they ask for your input. Do not @ the person who did the assignment otherwise.

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cbfd313) 94.82% compared to head (4d41907) 95.28%.
Report is 14 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2363      +/-   ##
===========================================
+ Coverage    94.82%   95.28%   +0.45%     
===========================================
  Files          159      158       -1     
  Lines         7616     7531      -85     
===========================================
- Hits          7222     7176      -46     
+ Misses         394      355      -39     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Dante291
Copy link
Author

Dante291 commented Feb 2, 2024

@palisadoes @Cioppolo14 this PR removes Google Maps support from the App, when this PR from the backend side will be merged then I could work on adding support for venues for events in frontend side too.

@Dante291
Copy link
Author

Dante291 commented Feb 2, 2024

@palisadoes please assign reviewers for this

@Ayush0Chaudhary
Copy link

@Dante291 can you provide a screen rec of you creating an event.

@Dante291
Copy link
Author

Dante291 commented Feb 2, 2024

@Dante291 can you provide a screen rec of you creating an event.

@Ayush0Chaudhary

Maps.mp4

@palisadoes palisadoes merged commit 184db6c into PalisadoesFoundation:develop Feb 2, 2024
8 of 9 checks passed
palisadoes pushed a commit to palisadoes/talawa that referenced this pull request Feb 4, 2024
palisadoes added a commit that referenced this pull request Feb 11, 2024
* feat: efficient session management

* chore: run check ignore

* Revert "chore: run check ignore"

This reverts commit be7e49f.

* chore fix: run check ignore

* feat: added new package fake_async

* chore: fixed codecov drop

* Update README.md

* Deprecate Google Maps Integration (#2363)

* Post comments were invisible in Individual Post Page with Image (#2350)

* Fixed Comment

* Fixed Comment

* Fixed Comment

* Fixed Comment

* Fixed Comment

* Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365)

Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
- [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
- [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: syncfusion_flutter_datepicker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367)

Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
- [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
- [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: syncfusion_flutter_calendar
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fixed requested changes

* pulled latest upstream

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Peter Harrison <16875803+palisadoes@users.noreply.github.com>
Co-authored-by: Parag Gupta <103507835+Dante291@users.noreply.github.com>
Co-authored-by: Shivam Gupta <shivamggupta2604@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AVtheking added a commit to AVtheking/talawa that referenced this pull request Feb 11, 2024
commit 69e6513
Author: Shaik Azad <120930148+Azad99-9@users.noreply.github.com>
Date:   Sun Feb 11 20:17:19 2024 +0530

    Created Session Management. (PalisadoesFoundation#2362)

    * feat: efficient session management

    * chore: run check ignore

    * Revert "chore: run check ignore"

    This reverts commit be7e49f.

    * chore fix: run check ignore

    * feat: added new package fake_async

    * chore: fixed codecov drop

    * Update README.md

    * Deprecate Google Maps Integration (PalisadoesFoundation#2363)

    * Post comments were invisible in Individual Post Page with Image (PalisadoesFoundation#2350)

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (PalisadoesFoundation#2365)

    Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_datepicker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (PalisadoesFoundation#2367)

    Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_calendar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * fixed requested changes

    * pulled latest upstream

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Peter Harrison <16875803+palisadoes@users.noreply.github.com>
    Co-authored-by: Parag Gupta <103507835+Dante291@users.noreply.github.com>
    Co-authored-by: Shivam Gupta <shivamggupta2604@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1110aef
Author: Crystian I <60124535+Cioppolo14@users.noreply.github.com>
Date:   Tue Feb 6 21:38:27 2024 -0500

    Update pull-request-target.yml

commit 10d58db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 5 02:40:39 2024 -0800

    Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (PalisadoesFoundation#2367)

    Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_calendar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7bfbaef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 5 02:04:46 2024 -0800

    Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (PalisadoesFoundation#2365)

    Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_datepicker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 38682c8
Author: Shivam Gupta <shivamggupta2604@gmail.com>
Date:   Sun Feb 4 01:16:07 2024 +0530

    Post comments were invisible in Individual Post Page with Image (PalisadoesFoundation#2350)

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment
AVtheking added a commit to AVtheking/talawa that referenced this pull request Feb 11, 2024
commit 69e6513
Author: Shaik Azad <120930148+Azad99-9@users.noreply.github.com>
Date:   Sun Feb 11 20:17:19 2024 +0530

    Created Session Management. (PalisadoesFoundation#2362)

    * feat: efficient session management

    * chore: run check ignore

    * Revert "chore: run check ignore"

    This reverts commit be7e49f.

    * chore fix: run check ignore

    * feat: added new package fake_async

    * chore: fixed codecov drop

    * Update README.md

    * Deprecate Google Maps Integration (PalisadoesFoundation#2363)

    * Post comments were invisible in Individual Post Page with Image (PalisadoesFoundation#2350)

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (PalisadoesFoundation#2365)

    Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_datepicker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (PalisadoesFoundation#2367)

    Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_calendar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * fixed requested changes

    * pulled latest upstream

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Peter Harrison <16875803+palisadoes@users.noreply.github.com>
    Co-authored-by: Parag Gupta <103507835+Dante291@users.noreply.github.com>
    Co-authored-by: Shivam Gupta <shivamggupta2604@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1110aef
Author: Crystian I <60124535+Cioppolo14@users.noreply.github.com>
Date:   Tue Feb 6 21:38:27 2024 -0500

    Update pull-request-target.yml

commit 10d58db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 5 02:40:39 2024 -0800

    Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (PalisadoesFoundation#2367)

    Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_calendar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7bfbaef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 5 02:04:46 2024 -0800

    Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (PalisadoesFoundation#2365)

    Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_datepicker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 38682c8
Author: Shivam Gupta <shivamggupta2604@gmail.com>
Date:   Sun Feb 4 01:16:07 2024 +0530

    Post comments were invisible in Individual Post Page with Image (PalisadoesFoundation#2350)

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment
palisadoes pushed a commit that referenced this pull request Feb 11, 2024
* removed all code related to task feature

* fix failing test

* fix failing test

* fix failing test

* Squashed commit of the following:

commit 69e6513
Author: Shaik Azad <120930148+Azad99-9@users.noreply.github.com>
Date:   Sun Feb 11 20:17:19 2024 +0530

    Created Session Management. (#2362)

    * feat: efficient session management

    * chore: run check ignore

    * Revert "chore: run check ignore"

    This reverts commit be7e49f.

    * chore fix: run check ignore

    * feat: added new package fake_async

    * chore: fixed codecov drop

    * Update README.md

    * Deprecate Google Maps Integration (#2363)

    * Post comments were invisible in Individual Post Page with Image (#2350)

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365)

    Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_datepicker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367)

    Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_calendar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * fixed requested changes

    * pulled latest upstream

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Peter Harrison <16875803+palisadoes@users.noreply.github.com>
    Co-authored-by: Parag Gupta <103507835+Dante291@users.noreply.github.com>
    Co-authored-by: Shivam Gupta <shivamggupta2604@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1110aef
Author: Crystian I <60124535+Cioppolo14@users.noreply.github.com>
Date:   Tue Feb 6 21:38:27 2024 -0500

    Update pull-request-target.yml

commit 10d58db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 5 02:40:39 2024 -0800

    Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367)

    Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_calendar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7bfbaef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 5 02:04:46 2024 -0800

    Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365)

    Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_datepicker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 38682c8
Author: Shivam Gupta <shivamggupta2604@gmail.com>
Date:   Sun Feb 4 01:16:07 2024 +0530

    Post comments were invisible in Individual Post Page with Image (#2350)

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

* fix  conflict

* Squashed commit of the following:

commit 69e6513
Author: Shaik Azad <120930148+Azad99-9@users.noreply.github.com>
Date:   Sun Feb 11 20:17:19 2024 +0530

    Created Session Management. (#2362)

    * feat: efficient session management

    * chore: run check ignore

    * Revert "chore: run check ignore"

    This reverts commit be7e49f.

    * chore fix: run check ignore

    * feat: added new package fake_async

    * chore: fixed codecov drop

    * Update README.md

    * Deprecate Google Maps Integration (#2363)

    * Post comments were invisible in Individual Post Page with Image (#2350)

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365)

    Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_datepicker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367)

    Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_calendar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * fixed requested changes

    * pulled latest upstream

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Peter Harrison <16875803+palisadoes@users.noreply.github.com>
    Co-authored-by: Parag Gupta <103507835+Dante291@users.noreply.github.com>
    Co-authored-by: Shivam Gupta <shivamggupta2604@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1110aef
Author: Crystian I <60124535+Cioppolo14@users.noreply.github.com>
Date:   Tue Feb 6 21:38:27 2024 -0500

    Update pull-request-target.yml

commit 10d58db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 5 02:40:39 2024 -0800

    Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (#2367)

    Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_calendar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7bfbaef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 5 02:04:46 2024 -0800

    Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (#2365)

    Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_datepicker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 38682c8
Author: Shivam Gupta <shivamggupta2604@gmail.com>
Date:   Sun Feb 4 01:16:07 2024 +0530

    Post comments were invisible in Individual Post Page with Image (#2350)

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

* fix  failing test
palisadoes added a commit to palisadoes/talawa that referenced this pull request Feb 11, 2024
* feat: efficient session management

* chore: run check ignore

* Revert "chore: run check ignore"

This reverts commit be7e49f.

* chore fix: run check ignore

* feat: added new package fake_async

* chore: fixed codecov drop

* Update README.md

* Deprecate Google Maps Integration (PalisadoesFoundation#2363)

* Post comments were invisible in Individual Post Page with Image (PalisadoesFoundation#2350)

* Fixed Comment

* Fixed Comment

* Fixed Comment

* Fixed Comment

* Fixed Comment

* Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (PalisadoesFoundation#2365)

Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
- [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
- [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: syncfusion_flutter_datepicker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (PalisadoesFoundation#2367)

Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
- [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
- [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

---
updated-dependencies:
- dependency-name: syncfusion_flutter_calendar
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fixed requested changes

* pulled latest upstream

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Peter Harrison <16875803+palisadoes@users.noreply.github.com>
Co-authored-by: Parag Gupta <103507835+Dante291@users.noreply.github.com>
Co-authored-by: Shivam Gupta <shivamggupta2604@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
palisadoes pushed a commit to palisadoes/talawa that referenced this pull request Feb 11, 2024
)

* removed all code related to task feature

* fix failing test

* fix failing test

* fix failing test

* Squashed commit of the following:

commit 69e6513
Author: Shaik Azad <120930148+Azad99-9@users.noreply.github.com>
Date:   Sun Feb 11 20:17:19 2024 +0530

    Created Session Management. (PalisadoesFoundation#2362)

    * feat: efficient session management

    * chore: run check ignore

    * Revert "chore: run check ignore"

    This reverts commit be7e49f.

    * chore fix: run check ignore

    * feat: added new package fake_async

    * chore: fixed codecov drop

    * Update README.md

    * Deprecate Google Maps Integration (PalisadoesFoundation#2363)

    * Post comments were invisible in Individual Post Page with Image (PalisadoesFoundation#2350)

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (PalisadoesFoundation#2365)

    Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_datepicker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (PalisadoesFoundation#2367)

    Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_calendar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * fixed requested changes

    * pulled latest upstream

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Peter Harrison <16875803+palisadoes@users.noreply.github.com>
    Co-authored-by: Parag Gupta <103507835+Dante291@users.noreply.github.com>
    Co-authored-by: Shivam Gupta <shivamggupta2604@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1110aef
Author: Crystian I <60124535+Cioppolo14@users.noreply.github.com>
Date:   Tue Feb 6 21:38:27 2024 -0500

    Update pull-request-target.yml

commit 10d58db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 5 02:40:39 2024 -0800

    Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (PalisadoesFoundation#2367)

    Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_calendar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7bfbaef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 5 02:04:46 2024 -0800

    Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (PalisadoesFoundation#2365)

    Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_datepicker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 38682c8
Author: Shivam Gupta <shivamggupta2604@gmail.com>
Date:   Sun Feb 4 01:16:07 2024 +0530

    Post comments were invisible in Individual Post Page with Image (PalisadoesFoundation#2350)

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

* fix  conflict

* Squashed commit of the following:

commit 69e6513
Author: Shaik Azad <120930148+Azad99-9@users.noreply.github.com>
Date:   Sun Feb 11 20:17:19 2024 +0530

    Created Session Management. (PalisadoesFoundation#2362)

    * feat: efficient session management

    * chore: run check ignore

    * Revert "chore: run check ignore"

    This reverts commit be7e49f.

    * chore fix: run check ignore

    * feat: added new package fake_async

    * chore: fixed codecov drop

    * Update README.md

    * Deprecate Google Maps Integration (PalisadoesFoundation#2363)

    * Post comments were invisible in Individual Post Page with Image (PalisadoesFoundation#2350)

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (PalisadoesFoundation#2365)

    Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_datepicker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (PalisadoesFoundation#2367)

    Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_calendar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * fixed requested changes

    * pulled latest upstream

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Peter Harrison <16875803+palisadoes@users.noreply.github.com>
    Co-authored-by: Parag Gupta <103507835+Dante291@users.noreply.github.com>
    Co-authored-by: Shivam Gupta <shivamggupta2604@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1110aef
Author: Crystian I <60124535+Cioppolo14@users.noreply.github.com>
Date:   Tue Feb 6 21:38:27 2024 -0500

    Update pull-request-target.yml

commit 10d58db
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 5 02:40:39 2024 -0800

    Bump syncfusion_flutter_calendar from 24.1.45 to 24.2.3 (PalisadoesFoundation#2367)

    Bumps [syncfusion_flutter_calendar](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.45 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_calendar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7bfbaef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Feb 5 02:04:46 2024 -0800

    Bump syncfusion_flutter_datepicker from 24.1.47 to 24.2.3 (PalisadoesFoundation#2365)

    Bumps [syncfusion_flutter_datepicker](https://github.com/syncfusion/flutter-widgets/tree/master/packages) from 24.1.47 to 24.2.3.
    - [Release notes](https://github.com/syncfusion/flutter-widgets/releases)
    - [Commits](https://github.com/syncfusion/flutter-widgets/commits/HEAD/packages)

    ---
    updated-dependencies:
    - dependency-name: syncfusion_flutter_datepicker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 38682c8
Author: Shivam Gupta <shivamggupta2604@gmail.com>
Date:   Sun Feb 4 01:16:07 2024 +0530

    Post comments were invisible in Individual Post Page with Image (PalisadoesFoundation#2350)

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

    * Fixed Comment

* fix  failing test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove references to Google Maps
3 participants